home *** CD-ROM | disk | FTP | other *** search
- Public Class GradientForm
- Inherits System.Windows.Forms.Form
-
- #Region " Windows Form Designer generated code "
-
- Public Sub New()
- MyBase.New()
-
- 'This call is required by the Windows Form Designer.
- InitializeComponent()
-
- 'Add any initialization after the InitializeComponent() call
-
- End Sub
-
- 'Form overrides dispose to clean up the component list.
- Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing Then
- If Not (components Is Nothing) Then
- components.Dispose()
- End If
- End If
- MyBase.Dispose(disposing)
- End Sub
- Friend WithEvents UserPropExtender1 As CustomControlDemo.UserPropExtender
- Friend WithEvents GradientBackgroundEx1 As CustomControlDemo.GradientBackgroundEx
-
- 'Required by the Windows Form Designer
- Private components As System.ComponentModel.Container
-
- 'NOTE: The following procedure is required by the Windows Form Designer
- 'It can be modified using the Windows Form Designer.
- 'Do not modify it using the code editor.
- <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
- Me.GradientBackgroundEx1 = New CustomControlDemo.GradientBackgroundEx()
- Me.SuspendLayout()
- '
- 'GradientBackgroundEx1
- '
- Me.GradientBackgroundEx1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.GradientBackgroundEx1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal
- Me.GradientBackgroundEx1.Name = "GradientBackgroundEx1"
- Me.GradientBackgroundEx1.RotateAngle = 76.0!
- Me.GradientBackgroundEx1.Size = New System.Drawing.Size(296, 253)
- Me.GradientBackgroundEx1.TabIndex = 0
- Me.GradientBackgroundEx1.Text = "GradientBackgroundEx1"
- '
- 'GradientForm
- '
- Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
- Me.ClientSize = New System.Drawing.Size(296, 253)
- Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.GradientBackgroundEx1})
- Me.Name = "GradientForm"
- Me.Text = "GradientForm"
- Me.ResumeLayout(False)
-
- End Sub
-
- #End Region
-
- End Class
-